New CSS File

 

Introduction

A CSS file contains all your style definitions. A style definition is a set of instructions telling a browser how to render a paticular tag. For example, the following style definition tells a browser to render the H1 tag in red:

H1 {color : red};

To Create a New CSS File.

  1. From the View menu, select the "Resource Manager" sub-menu.

  2. In the Resource Manager sub-menu, select "Cascading Style Sheets".

  3. Near the top left of the Cascading Style Sheets Resource Manager, click .

  4. Enter the name of the new CSS file.

  5. Click "OK".